home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / usr / lib / NextStep / Workspace.app / WM.app / English.lproj / WMMainBrowser.nib / data.classes next >
Encoding:
Text File  |  1995-11-04  |  1017 b   |  75 lines

  1. WMShelfView = {
  2.     OUTLETS = {
  3.     delegate;
  4.     };
  5.     SUPERCLASS = View;
  6. };
  7. BrowserView = {
  8.     OUTLETS = {
  9.     delegate;
  10.     };
  11.     SUPERCLASS = WMView;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. WMWindow = {
  19.     SUPERCLASS = Window;
  20. };
  21. FileNodeViewer = {
  22.     ACTIONS = {
  23.     sortIcons:;
  24.     doit:;
  25.     windowWillResize:;
  26.     doUpdate:;
  27.     updateX:;
  28.     destroySelectedFiles:;
  29.     changeToExpertView:;
  30.     openDirectoryFrom:;
  31.     changeToBrowser:;
  32.     duplicateFile:;
  33.     selectAll:;
  34.     changeToIconView:;
  35.     windowDidResize:;
  36.     show:;
  37.     openSelection:;
  38.     makeNewDirectory:;
  39.     };
  40.     OUTLETS = {
  41.     iconView;
  42.     animatedFile;
  43.     browser;
  44.     bottomView;
  45.     infoRight;
  46.     iconScrollView;
  47.     bottomContextView;
  48.     iconPath;
  49.     window;
  50.     shelf;
  51.     expertScrollView;
  52.     shelfSizer;
  53.     infoLeft;
  54.     fieldEditor;
  55.     dragger;
  56.     expertView;
  57.     };
  58.     SUPERCLASS = Object;
  59. };
  60. WMIconPath = {
  61.     OUTLETS = {
  62.     delegate;
  63.     };
  64.     SUPERCLASS = WMView;
  65. };
  66. ShelfSizer = {
  67.     OUTLETS = {
  68.     delegate;
  69.     };
  70.     SUPERCLASS = View;
  71. };
  72. WMView = {
  73.     SUPERCLASS = View;
  74. };
  75.